projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
052e457
)
Fix typo in src/lisp.h
author
Michael Olson
<mwolson@gnu.org>
Sun, 13 Jan 2008 22:10:51 +0000
(22:10 +0000)
committer
Michael Olson
<mwolson@gnu.org>
Sun, 13 Jan 2008 22:10:51 +0000
(22:10 +0000)
src/ChangeLog
patch
|
blob
|
history
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 206c9a4e218e4f8a3c718cc7dbcba6beae0e7eb1..24dcaf9d9b4ea4c0b9eef982e4c6a5572a81f816 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2008-01-13 Tom Tromey <tromey@redhat.com>
+
+ * lisp.h: Fix typo.
+
2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
* m/sequent-ptx.h:
diff --git
a/src/lisp.h
b/src/lisp.h
index d7ab71b5de99cb0d1d014e48df0cb4e8ea969660..5788f15852b60f76033f55505995b517f2a72a74 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1425,7
+1425,7
@@
typedef unsigned char UCHAR;
All callers should assure that at least this size of memory is
allocated at the place pointed by the second argument.
- Ther
s
are 6 modifiers, each consumes 2 chars.
+ Ther
e
are 6 modifiers, each consumes 2 chars.
The octal form of a character code consumes
(1 + CHARACTERBITS / 3 + 1) chars (including backslash at the head).
We need one more byte for string terminator `\0'. */